theme: Remove GtkToolbar remnants
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Oct 2021 15:50:30 +0000 (11:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 29 Oct 2021 15:51:18 +0000 (11:51 -0400)
We don't ship a widget with css name 'toolbar'
anymore, so don't waste selectors on it.

gtk/theme/Default/_common.scss

index 80d7a061c348c2190dfbd4c1379549e9645d3db9..d8c38e69884bf609e9ab7abb5767b339863d05b9 100644 (file)
@@ -1304,8 +1304,7 @@ combobox {
   background-color: $bg_color;
 }
 
-.toolbar,
-toolbar {
+.toolbar {
   @extend %toolbar;
 
   // on OSD
@@ -1854,7 +1853,7 @@ popover.background {
 
     > list,
     > .view,
-    > toolbar {
+    > .toolbar {
       border-style: none;
       background-color: transparent;
     }